Don't use shell redirection to capture gperf output.
authorrobertlipe@gmail.com <robertlipe@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 18 Nov 2012 01:33:22 +0000 (01:33 +0000)
committerrobertlipe@gmail.com <robertlipe@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 18 Nov 2012 01:33:22 +0000 (01:33 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4202 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/Makefile.in

index e054ae9e0d041e3d0b34b4c0ff907dc03f47df49..e35c858f4dd443394feb823af96270e94fd2d714 100644 (file)
@@ -123,7 +123,7 @@ Makefile gbversion.h: Makefile.in config.status xmldoc/makedoc.in \
        CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status 
 
 xcsv_tokens.gperf: xcsv_tokens.in
-       gperf -L ANSI-C -D -t $? > $@
+       gperf --output-file=$@ -L ANSI-C -D -t $? 
 
 config.status: configure 
        $(SHELL) config.status --recheck